'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of KeyValuePair(Of UANodeId,UAApplicationElement)) _ )
'Usage
Dim collection As IEnumerable(Of KeyValuePair(Of UANodeId,UAApplicationElement)) Dim instance As New UANodeIdUAApplicationElementDictionary(collection)
public UANodeIdUAApplicationElementDictionary( IEnumerable<KeyValuePair<UANodeId,UAApplicationElement>> collection )
public: UANodeIdUAApplicationElementDictionary( IEnumerable<KeyValuePair<UANodeId^,UAApplicationElement^>>^ collection )
Parameters
- collection